| lcPlineGetPoint | Home |
|
BOOL lcPlineGetPoint ( HANDLE hPline, double Dist, double* pX, double* pY, double* pAngle ); |
| hPline | |
| Handle to a polyline object. | |
| Dist | |
| Distance from beginning of a polyline. | |
| pX pY | |
| Pointers to variables that will receive the found point coordinates. | |
| pAngle | |
| Pointer to variable that will receive tangent angle at the found point. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcPlineGetDist |